diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/poa/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/poa/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/poa/page.tsx b/app/[lng]/evcp/(evcp)/poa/page.tsx index e0172af3..55b5240d 100644 --- a/app/[lng]/evcp/(evcp)/poa/page.tsx +++ b/app/[lng]/evcp/(evcp)/poa/page.tsx @@ -35,7 +35,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 변경 PO 확인 및 전자서명 </h2> - <InformationButton pageCode="evcp/poa" /> + <InformationButton pagePath="evcp/poa" /> </div> <p className="text-muted-foreground"> 발행된 PO의 변경 내역을 확인하고 관리할 수 있습니다. |
